home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / UCB Logo 3.0 / logolib / while < prev    next >
Encoding:
Text File  |  1994-04-25  |  144 b   |  7 lines  |  [TEXT/JV01]

  1. .macro while :while.cond :while.instr
  2. if not run :while.cond [op []]
  3. op se :while.instr (list "while :while.cond :while.instr)
  4. end
  5.  
  6. bury "while
  7.